From: Carsten Dominik Date: Sat, 14 Apr 2007 16:17:24 +0000 (+0000) Subject: (Formula syntax for Calc): Emphasize the operator precedence in Calc. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~873 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c5acc9a521e6881615809d6000bd545396f01043;p=emacs.git (Formula syntax for Calc): Emphasize the operator precedence in Calc. --- diff --git a/man/org.texi b/man/org.texi index 4b484f25409..6d8494d431e 100644 --- a/man/org.texi +++ b/man/org.texi @@ -1478,9 +1478,9 @@ described below, see @ref{Advanced features}. @cindex syntax, of formulas A formula can be any algebraic expression understood by the Emacs -@file{Calc} package. Note that @file{calc} has the slightly +@file{Calc} package. @b{Note that @file{calc} has the non-standard convention that @samp{/} has lower precedence than -@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before +@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.} Before evaluation by @code{calc-eval} (@pxref{Calling Calc from Your Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs Calc Manual}),